bitkeeper revision 1.540 (3f9ff6fb5-OZxKR3oPGMq34TKmBWjQ)
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Wed, 29 Oct 2003 17:20:59 +0000 (17:20 +0000)
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Wed, 29 Oct 2003 17:20:59 +0000 (17:20 +0000)
xen_block.c:
  Fix

xen/drivers/block/xen_block.c

index 967a1c21b9d4222f8df2ef0d66e7704915982267..78f953fc5e5350ac370f71bd430c7afeebb615a4 100644 (file)
@@ -583,11 +583,11 @@ static void dispatch_probe(struct task_struct *p, int index)
     */
     xdi = map_domain_mem(buffer);
     xdi->count = 0; 
-    if(IS_PRIV(p)) { 
+    /*if(IS_PRIV(p)) { */
        /* privilege domains always gets access to the 'real' devices */
        ide_probe_devices(xdi);
        scsi_probe_devices(xdi);
-    } 
+    /*} */ 
     vbd_probe_devices(xdi, p); 
     unmap_domain_mem(xdi);